.carousel-item.active {
    width: 100%;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 520px;
    background-size: cover;
}
.carousel-caption {
    position: absolute;
    right: 70%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    background: #CCC !important;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 0px;
    width: 20%;
    bottom: -70px;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #9bcc66;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-control-prev {
    left: 0;
    top: 60%;
    opacity: 1;
}
button.carousel-control-next {
    top: 60%;
    opacity: 1;
}
button:focus:not(:focus-visible) {
    outline: 0;
    outline: 2px dashed #000;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 520px;
    background-size: cover;
    margin-top: 15px;
}
.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem;
    background: transparent;
}
a#ProviderPanelLink {
    margin-top: -70px;
}
.panel-default {
    padding: 10px;
}
div#ctl00_mCPH_ApplyStage1Div {
    background: #f3f3f3;
    border: 2px solid #000;
    color: #000;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgb(0 0 0) !important;
}
@media screen and (max-width: 768px) {
.carousel-item-text>p {
    font-size: 16px;
    padding-right: 10px;
}
a#button1 {
    font-size: 16px;
}
a#button2 {
    font-size: 16px;
}
a#button3 {
    font-size: 16px;
}
a#button4 {
    font-size: 16px;
}
a#button5 {
    font-size: 16px;
}
.carousel-control-prev {
    left: 0;
    top: 22%;
    opacity: 1;
}
button.carousel-control-prev {
    top: 48%;
    opacity: 1;
}
button.carousel-control-next {
    top: 48%;
    opacity: 1;
}
.carousel-inner {
    height: 250px;
}
}
@media screen and (max-width: 425px) {
.carousel-item-text>p {
    font-size: 12px;
    padding-right: 10px;
}
img.HeaderImageTwo {
    width: 25% !important;
    margin-top: 0px;
    left: -35px;
    position: relative;
}
a#button1 {
    font-size: 8px;
}
a#button2 {
    font-size: 8px;
}
a#button3 {
    font-size: 8px;
}
a#button4 {
    font-size: 8px;
}
a#button5 {
    font-size: 8px;
}
.carousel-inner {
    height: 140px;
}
button.carousel-control-prev {
    top: 35%;
    opacity: 1;
}
button.carousel-control-next{
    top: 35%;
    opacity: 1;
}
.carousel-item-text>p {
    font-size: 8px;
    padding-right: 10px;
}
.carousel-item-text {
    padding-top: revert-layer;
}
}